home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: 500 MB Amiga Software / 500 MB Amiga Software - Euber 130 - Amiga Games Disc & Mag.iso / userbox / publicdomain / amigafax / lib / config_zyxel < prev   
Text File  |  1992-04-28  |  4KB  |  144 lines

  1. ########################################
  2. #                                      #
  3. # User preferences for AmigaFax system #
  4. #                                      #
  5. ########################################
  6.  
  7. ########################################
  8. # afax - Fax Front-End Configuration
  9.  
  10. # Text file editor, defaults to Ed (eg dme, TxED, ced, memacs, mg)
  11. # (I use mg)
  12. #Editor afax:c/TxED_demo
  13. Editor mg
  14.  
  15. # Default template to use when creating test files
  16. Template FAXLIB:Letter
  17.  
  18. #Editor for ILBM graphics
  19. ILBMEditor dpaint
  20.  
  21. ########################################
  22. # mkafax - Fax Page Layout Options
  23.  
  24. # Default Font (Used by default, unless overridden) (eg times 24)
  25. DefaultFont cmtt10 29
  26.  
  27. # Header Font  (Used for page header lines)
  28. HeaderFont cmbx10 30
  29.  
  30. #Page Header Text - No header printed if not defined
  31. PHeader C-Born Software Systems
  32.  
  33. # Indentation for mkafax, pixels
  34.  
  35. LeftIndent  50
  36. RightIndent 50
  37.  
  38. ########################################
  39. # afaxspl - Fax Spooler Options
  40.  
  41. # Fax Spooler Interval (minutes)
  42. # Period at which Queue is scanned for outgoing faxes
  43. SpoolInterval 5
  44.  
  45. ########################################
  46. # faa - Fax Receiver Options
  47.  
  48. # User AT command options (Optional)
  49. # These are standard AT commands, used when initializing the modem,
  50. # allowing you to set such things as speaker use and volume.
  51. # eg on ZyXEL M0 speaker off, M1 on until carrier, M2 always on
  52. #             L0 -> L7 is speaker soft ->loud
  53. # while Maestro speaker range is only L0 -> L3
  54. # Note that if using GETTY, you must add the options to the GETTY
  55. # startup line
  56.  
  57. # User AT command options for receiving
  58. # Function changed from version 1.23, to allow multiple strings, AT prefix
  59. # is required
  60.  
  61. #RSetup AT&C1&D3S7=255+FCLASS=0+FCR=1+FAA=1+FDCC=1,5,0,2 ATS0=2 ATM2L7
  62. #RSetup AT&C1&D3+FCLASS=2+FAA=1+FDCC=1 ATs39=16 ATS0=1 ATM2L7
  63.  
  64. #M. Beer's setup
  65. #RSetup AT&C1&D3S7=255+FCLASS=2+FCR=1+FAA=1+FDCC=1,5,0,2 ATS0=2 AT&N32M3L4S35=0S38=0
  66.  
  67. # Receive Status Window. Line must be present for window to appear.
  68. # Optional parameters LeftEdge, TopEdge are pixel positions
  69. RStatus 10 10
  70.  
  71. # DLEmode (0,1,3) - Handling of DLE in Phase C data stream
  72. # 0 (default) treat DLE in received data as escape (Maestro 3.1,ZyXEL 3.99+)
  73. # 1           Received DLE is g3 data              (ZyXEL Vn3.90)
  74. # 3           RAW input mode. Test only.
  75. DLEmode 0
  76.  
  77. # Receive Rate (Initial - defaults to 2400, for Maestro & old ZyXEL ROMS)
  78. # This is only used when faa runs standalone, not from GETTY
  79. RRate 19200
  80.  
  81. ########################################
  82. # afaxsend - Fax Transmitter
  83.  
  84. # User AT command options for sending (See RSetup comments)
  85. # Function changed from version 1.23, to allow multiple strings
  86. # AT prefix is required
  87. #WSetup AT&C1&D3S7=255+FCLASS=2+FDCC=1,5,0,2  ATM2L7
  88. #WSetup AATV1Q0E0S0=0S2=255+FCLASS=2 ATS7=60+FCR=1
  89. #test
  90. WSetup AT&C1&D3&N32S7=255+FCLASS=2+FDCC=1,5,0,2  ATM2L7
  91.  
  92. # Preferred Dialling Method, Tone or Pulse (defaults to Pulse)
  93. DialType Pulse
  94.  
  95. # Prefix to add before number when dialling.
  96. # This is usually not necessary. It will override DialType.
  97. # I use it to get an outside line (dials 0 first)
  98. #DialPrefix ATDP0,
  99. DialPrefix ATDP0,DT
  100.  
  101. # DoPadding - required for FaxModems that do not insert nul-padding
  102. # for minimum scan time/line (eg Maestro v2.x ROMs)
  103. #DoPadding
  104.  
  105. # Write Status Window. Line must be present for window to appear.
  106. # Optional parameters LeftEdge, TopEdge are pixel positions
  107. WStatus 10 60
  108.  
  109. ########################################
  110. # viewafax - Fax Viewer
  111.  
  112. # Default Viewer Scale, 1-8. (1 = 1:1, 3 = 1:3, fits page on 640 wide screen)
  113. ViewScale 3
  114.  
  115. ########################################
  116. # afaxprt - Fax Print
  117.  
  118. # Minimum Lines on a page before we print it out (default 0)
  119. # This only applies to cut-sheet feeders (Laser Printers), where the
  120. # fax may be just a little longer than one page. Scaled for 200dpi.
  121. MinLines 100
  122.  
  123. ########################################
  124. # General Configuration
  125.  
  126. # Default Debug Level (0-9)
  127. Debug 0
  128.  
  129. # LogFile - if defined, debug information will be logged here
  130. LogFile FaxSpool:FaxLog
  131.  
  132. # The 20 character local ID string sent to remote modem
  133. LocalID    61 52 786355
  134.  
  135. # Device to use (default is serial.device)
  136. Device serial.device
  137.  
  138. # Device Unit number (default is 0)
  139. Unit 0
  140.  
  141.  
  142.  
  143.  
  144.